home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-07-22 | 388 b | 15 lines | [TEXT/R*ch] |
- (* OS -- SML Basis Library *)
-
- type syserror
-
- exception SysErr of string * syserror option
-
- val errorMsg : syserror -> string
-
- (* Various functions for interacting with the operating system.
-
- [errorMsg err] returns a string explaining the error message system
- error code err, as found in a SysErr exception. The precise form
- of the strings are operating system dependent.
- *)
-